AWS S3 Service

  • Global factory const which can be used to create an AWSS3ServiceClient with a StitchAppClient. Pass into StitchAppClient.serviceClient(fromFactory:withName) to get an `AWSS3ServiceClient.

    Declaration

    Swift

    public let awsS3ServiceClientFactory: AnyNamedServiceClientFactory<AWSS3ServiceClient>
  • The AWS S3 service client, which can be used to interact with AWS Simple Storage Service (S3) via MongoDB Stitch.

    See more

    Declaration

    Swift

    public protocol AWSS3ServiceClient
  • The result of an AWS S3 put object request.

    See more

    Declaration

    Swift

    public struct AWSS3PutObjectResult : Decodable